home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 26 / CU Amiga Magazine's Super CD-ROM 26 (1998)(EMAP Images)(GB)[!][issue 1998-09].iso / CUCD / PowerPC / uae-0.8.4 / docs / FAQ < prev    next >
Text File  |  1998-04-20  |  16KB  |  306 lines

  1. Some Frequently Asked Questions. Please read this carefully if you have
  2. problems.
  3.  
  4. ** COMMON PROBLEMS
  5.  
  6. Q: Sometimes, after UAE exits, there is no autorepeat for the keys!
  7. A: Do "xset r on" (happens only in X, apparently mainly on Solaris boxes.
  8.    Dunno why.). [Should be fixed by now. Note that this always happens when
  9.    UAE crashes]
  10.  
  11. Q: When UAE starts up, it says "Illegal instruction: 4e7b". Why?
  12. A: That's normal, it's just the Kickstart CPU type test.
  13.  
  14. Q: When UAE starts up, it says "Illegal instruction: 00f8" (many times). Why?
  15. A: That's because your Kickstart ROM was compiled for the 68020.
  16.    (could also happen when there's a bug in UAE)
  17.  
  18. Q: When UAE loads <insert your favourite game> it says "Non-standard sync".
  19. A: Your favourite game is copy-protected. There are ways to transfer such
  20.    disks, but it's complicated and I won't help you because it would be much
  21.    too time-consuming to figure out all sorts of copy-protection schemes.
  22.    I hope there will be a general solution some day, but for now you're
  23.    unlucky.
  24.  
  25. Q: While it compiles, it says "xxx illegals generated" or "16 mismatches".
  26.    Is this a problem?
  27. A: No. I can use this information to tell whether there is a problem, and
  28.    there isn't.
  29.  
  30. Q: How can I produce an @ symbol (or any other sign)? On my PC keyboard it's 
  31.    AltGr+Q, but that doesn't seem to work.
  32. A: Look at the keyboard of your Amiga. Use the same combination that you would
  33.    need on a real Amiga. These combinations differ across countries. Make sure
  34.    you have loaded the right keyboard translation table for AmigaOS (e.g. in
  35.    Germany, make sure there's a "setmap de" command in the startup-sequence)
  36.    You can probably create a @ sign by pressing Alt+2, or Shift+2.
  37.  
  38.  
  39. ** INCOMPATIBILITIES
  40.  
  41. Q: UAE does not work with my Kickstart 1.2 image.
  42. A: You may need to turn off the harddisk and fastmem emulation with the "-a"
  43.    parameter. Kick 1.2 doesn't support the autoboot features that the harddisk
  44.    emulation requires.
  45.    You can tell that you are suffering from this problem if UAE gives you the
  46.    message "filesys_bput called".
  47.  
  48. Q: What do I do if a game/demo/application doesn't work?
  49. A: If you're trying to run a game or a demo, enable some slow RAM, and try
  50.    running it again.  Some older software has compatability problems which 
  51.    slow RAM can sometimes fix.  If it's an application, check for obvious
  52.    things like Kickstart version requirements, RAM, etc.  Also make sure the
  53.    software you're trying to run isn't for AGA equipped machines.
  54.    You can also try changing various other options, like the CPU type. For
  55.    games, sometimes "-C0c" will make it work.
  56.  
  57.  
  58. ** AMIGA DISKS, DISK IMAGES, HARDDISKS, CDROMS
  59.  
  60. Q: Is it possible to read Amiga disks with a PC?
  61. A: Ask that in comp.emulators.misc :-) The answer is: NO! Unless you invent
  62.    and build some extra hardware yourself. You'd also need some extra software
  63.    driver; the whole setup would be similar to the X1541 cable/software for
  64.    C64 emulators.
  65.    There's a package called "AFR" now, which is apparently exactly such a
  66.    setup. I haven't looked at it yet, so I can't say much more.
  67.    Some people have pointed out that you can buy a controller named "Catweasl"
  68.    which apparently can read all sorts of disks on a PC, including Amiga
  69.    disks. Please don't ask for details, I don't have the thing and I can't
  70.    tell whether it works.
  71.  
  72. Q: Couldn't I attach an Amiga floppy drive to the PC somehow, and use that to 
  73.    read Amiga disks?
  74. A: You can attach Amiga (low-density) drives to the PC, because they are
  75.    completely identical to PC drives. This won't help you, because the problem
  76.    is not the drive, but the PC floppy controller. You have to live with it.
  77.  
  78. Q: But the PC can read 11-sector formats!
  79. A: Yes, but those sectors look a little different to the hardware.
  80.  
  81. Q: But the Amiga can read PC disks!
  82. A: So what?
  83.  
  84. Q: But the PC can read Atari ST disks!
  85. A: So what?
  86.  
  87. Q: But...
  88. A: No way. If you still are convinced that it must be possible, prove it. 
  89.    Write a program to read Amiga disks with a standard PC controller, and I
  90.    will apologize in public.
  91.  
  92. Q: How can I use DMS images?
  93. A: Run DMS under UAE and use it just like you would on a real Amiga.
  94.    Decompressing a DMS file to DF0: will overwrite the .adf file that is
  95.    currently used to emulate df0:.
  96.  
  97. Q: How can I transfer non-DOS disks that are used by many demos?
  98. A: With transdisk. The fact that they are unreadable by AmigaDOS does not
  99.    mean they are unreadble by transdisk. 
  100.    Long explanation: There are two things to consider when talking about the
  101.    "format" of a disk. First, the low-level format which divides each track
  102.    into sectors in a special way. Most Amiga disks are in the standard Amiga
  103.    format which has 11 sectors with 512 bytes each per track, with a total of 
  104.    880K per disk. There's also some extra information outside the sectors so
  105.    that the floppy controller can find the sectors. PC disks use a different 
  106.    format, which is the reason why a PC controller can't read Amiga disks.
  107.    If a disk is formatted this way, it can be copied with the normal AmigaDOS
  108.    diskcopy program or the Workbench equivalent, and transdisk can handle it.
  109.    Copy-protected disks have a different track layout (sometimes, they don't
  110.    divide the tracks into sectors at all, or use more sectors, or put
  111.    different things between the sectors. This type of thing can't be handled
  112.    by diskcopy or by transdisk.
  113.    Now, the second part of the "format" of a disk is the filesystem. If you
  114.    want to put files and directories on a disk, you have to write some special
  115.    information into some of the sectors on the disk. That information includes
  116.    (for example) the name of the disk (e.g. "Workbench1.3"), and what files it
  117.    contains. This information is called a "filesystem". The Amiga knows about
  118.    several filesystems: There is the original filesystem (called OFS), and the
  119.    newer Fast Filesystem (FFS) which was introduced with Kickstart 1.3.
  120.    If you don't put a filesystem on the disk, the data in the sectors can still
  121.    be read by programs like transdisk or diskcopy, but the data makes no sense
  122.    to them. The point is, it doesn't have to. It only has to make sense for
  123.    the Workbench which tries to determine what files there are on a disk. If
  124.    the Workbench can't find a filesystem it knows about on the disk, it will
  125.    be marked as a non-DOS disk (as opposed to an "unreadable" disk which you
  126.    get if the low-level format is different from the standard).
  127.  
  128. Q: How can I change diskfiles?
  129. A: Your version of UAE may have a user interface (the X11 version does) which
  130.    enables you to do this. Read your system-specific README file for details.
  131.    You can also use the "uaectrl" programs from the "amiga" subdirectory.
  132.  
  133. Q: Why is the floppy emulation so slow, after all the disk image is on a
  134.    harddisk?
  135. A: Because the disk rotation is emulated. This is necessary. Use the harddisk
  136.    emulation wherever possible.
  137.  
  138. Q: <insert your favourite problem with the hardfile emulation here>
  139. A: Don't use the hardfile. Use the filesystem emulation ("-m" option).
  140.  
  141. Q: How can I read Amiga CD-ROMs?
  142. A: With the harddisk emulation. Give UAE the parameter "-M CD:/cdrom" if you
  143.    are using a Linux system with the CD mounted at /cdrom, or "-m CD:D:\" if
  144.    you are using DOS and D: is your CD-ROM drive (and if you have a different
  145.    system you should be able to figure out what to do)
  146.  
  147. Q: Is it possible to read Amiga harddisks with a PC?
  148. A: Yes. Linux 2.0 has an Amiga filesystem that can reportedly read Amiga
  149.    OFS/FFS harddisks. Please don't ask for details, I didn't write the thing,
  150.    and I don't use it (yet). I did use it to read .adf disk images, though.
  151.  
  152.  
  153. ** FUTURE PLANS
  154.  
  155. Q: When will the next version come out, and what will be in it?
  156. A: It will come out when it's done.
  157.  
  158. Q: Will there be a shareware version or some registration fee for future
  159.    versions of UAE?
  160. A: No.
  161.  
  162. Q: Couldn't you use ARDI's CPU emulation to speed it up?
  163. A: UAE is free software. It comes with sourcecode. ARDI's Executor is
  164.    proprietary and sold commercially. ARDI has no reason at all to give away
  165.    their code for free, because they wouldn't make any more money if they did.
  166.    (yes, I really get asked this kind of thing! I don't know where people take
  167.    these ideas from).
  168.  
  169.  
  170. ** UAE SPEED
  171.  
  172. Q: I don't get steady sound output! I only have a 486DX40, could this be
  173.    related?
  174. A: Try a Pentium-II-300, these things are reported to do better.
  175.  
  176. Q: Would it be possible to speed it up by emulating the CPU native on, say,
  177.    a 68k Mac?
  178. A: I doubt it. UAE needs to be able to interrupt the CPU emulation anytime to
  179.    perform tasks necessary for emulating the hardware. So you can't just let
  180.    it run all by itself.
  181.  
  182. Q: Would it be possible to speed it up by using graphics accelerator boards
  183.    for example by using the blitter in S3 chips?
  184. A: I doubt it. I'm no PC graphics card expert, but probably the only thing the
  185.    S3 blitter and the Amiga blitter have in common are seven lowercase
  186.    letters. Even if they were similar you'd have to keep all Amiga chip
  187.    RAM in the graphics memory and that would most likely make everything
  188.    painfully slow.
  189.  
  190. Q: How about adding special support for the GUS/other wavetable boards that 
  191.    uses hardware features to speed up the sound emulation?
  192. A: Again, due to the differences in Amiga and PC (in this case: GUS) hardware,
  193.    this isn't really feasible. You _might_ get something like this to work in
  194.    some special cases (ProTracker modules might be a case that could be made
  195.    to work), but I don't think you can come up with something that emulates
  196.    all of the Amiga sound hardware.
  197.    The problem is that by just examining the values a program writes into the
  198.    audio hardware registers, you can hardly figure out what a program is
  199.    trying to do, and what it is going to do in the future. In contrast to
  200.    that, it's easy to write a SoundTracker module player for GUS cards because
  201.    you know exactly what you are playing, and how you have to do it.
  202.    (That doesn't mean you can't use the GUS for sound output; you just can't
  203.    use it to _speed up_ the sound output)
  204.  
  205. Q: Emulating all the hardware is a bad idea. Why don't you just emulate the
  206.    OS? After all, that's what makes the Amiga the Amiga.
  207. A: Short answer: I disagree. 
  208.    Long answer: The OS is half of what makes the Amiga the Amiga. It is a very
  209.    nice OS, and there are some features that I miss in any other OS, but it is
  210.    also severely lacking in terms of (for example) memory protection and
  211.    filesystem performance. 
  212.    The other thing that made the Amiga special back in the 1980s is the custom 
  213.    chip architecture. If you look into old (1985) computer magazines, you will 
  214.    find that the capabilites of the Amiga OS are only mentioned as a side
  215.    note, because people were not aware that it was revolutionary for a home 
  216.    computer. They were aware, though, that the Amiga could display 4096 colors 
  217.    at the same time and that it had a blitter and a copper that could do all
  218.    sorts of stuff, like bouncing balls for instance. And I think it was the
  219.    superiority of the hardware that made the Amiga a success.
  220.    I see UAE as a program that is similar to C64 emulators: it allows you to
  221.    run some old games and other programs that you can't replace with better
  222.    equivalents on the PC. As such, it can already be used to run non-action
  223.    games (like Monkey Island or Bard's Tale) at a satisfactory speed. Faster
  224.    CPUs will eventually make it possible to run action games, just like faster
  225.    CPUs have made it possible to emulate a C64 at full speed on a PC. UAE is 
  226.    not (primarily) meant for the Amiga PowerUser who is running high quality
  227.    applications on his A4000 with a 68060 board, but for people like me who
  228.    switched from an A500 to the PC a few years ago because they wanted to make
  229.    money by developing software.
  230.    Besides, emulating an OS is far more difficult IMHO. Especially if the
  231.    platform you are emulating it on is completely different than the platform
  232.    that is being emulated. You'd have to mess with endianness conversions and
  233.    other nightmares. The AmigaOS wasn't designed with portability in mind 
  234.    either.
  235.  
  236. Q: How fast is it?
  237. A: It depends.
  238.    For crunching files with PowerPacker, UAE is 17 times faster than my A500
  239.    on my K6-233.
  240.    For playing Turrican I, it's running at about full speed (with sound).
  241.    For playing Turrican III, it is slightly slower than the A500.
  242.    For some (not many) demos, it's a fair bit slower than the A500.
  243.    Rule of thumb: Sound emulation really takes time; so do copper effects and
  244.    scrolling. If you don't need either, you're fine.
  245.  
  246. Q: How can I make it faster?
  247. A: Run the emulator in the lowest screen mode (320x200), set it to 256 colors,
  248.    make sure aspect correction is disabled, and set the frame rate to every 3rd
  249.    frame.  Finally, disable sound (if you have a version that lets you compile
  250.    your own executable, set "DONT_WANT_SOUND" in config.h). It won't look very
  251.    nice, but it will run as fast as your machine allows.
  252.    If you are running the X version, make sure you use the "-T" option. Not
  253.    using this option is "safer", but makes the emulator very slow. Even better,
  254.    when you run configure, say "configure --enable-dga" if your X server
  255.    (XFree86 3.2 or higher) supports it.
  256.    It's especially important that you don't use 24 bit or 32 bit color modes.
  257.  
  258.  
  259. ** MISCELLANEOUS
  260.  
  261. Q: Do I need a real Amiga to use this program?
  262. A: Yes, unless you have some other way of legally getting ROM files and system
  263.    software, such as the Cloanto Amiga Forever CD.
  264.  
  265. Q: Where can I download a Kickstart ROM/Amiga games?
  266. A: Read the docs again. You can't. It would be illegal to put a ROM image or
  267.    other copyrighted software on the net (yes, even if you once bought a
  268.    specific Amiga game and sold it together with the computer, downloading the
  269.    same game now would still be illegal. Sorry.)
  270.  
  271. Q: Does UAE run on the DEC Alpha/Sparcstations/SGIs/whatever?
  272. A: UAE should run on all Unix systems that have at least X11R5 and a decent
  273.    C compiler installed. So the answer is probably yes. Just use the generic
  274.    Unix source and follow the instructions in README.UNIX to compile it.
  275.    However, using GCC and the GNU binutils can improve your chances.
  276.  
  277. Q: Why is there a blank area on the left side of the screen?
  278. A: The Amiga can display graphics there, but usually doesn't because this
  279.    would disable some sprites. The area is only used by some overscan demos.
  280.    Normal screens are off-center. I'm not going to do anything about that.
  281.    If you can't stand it, you can try to use 320x200 or 640x480 resolution,
  282.    which will attempt to center the screen. This is near impossible to get
  283.    right for every program. If your screen doesn't fit in lower resolutions,
  284.    use 800x600.
  285.  
  286. Q: Where is a complete summary of all command line switches ?
  287. A: In the README files. You can also generate it yourself by typing:
  288.    uae -h > uae-help.txt
  289.  
  290. Q: Benchmark program <insert your favourite benchmark> gives weird results.
  291. A: Amiga programs run by the emulator think the Amiga timers can be used to
  292.    measure real time. But in UAE, they only measure "emulation time". Sysinfo,
  293.    for example, gives the same results on all machines. So don't run
  294.    benchmarks to test the emulator speed.
  295.    Some benchmarks also use tight loops of DIV or MUL instructions to measure
  296.    CPU speed, and in "emulation time" these instructions take as much time
  297.    as any other instructions, and you'll get much too high values.
  298.    If you enabled the "HAVE_RDTSC" option, running benchmarks makes some more
  299.    sense. Still not a lot, since there is a minimum speed that the benchmark
  300.    will report on every machine. The faster the machine, the more accurate
  301.    will your results be.
  302.  
  303. Q: Wasn't this called the Unusable Amiga Emulator?
  304. A: Yes. But no one thought the name was very fitting anymore, though. It was
  305.    only really appropriate for v0.1, which couldn't even boot.
  306.